Add device management script and update firmware support documentation#169
Open
Dia2809 wants to merge 5 commits into
Open
Add device management script and update firmware support documentation#169Dia2809 wants to merge 5 commits into
Dia2809 wants to merge 5 commits into
Conversation
- Fix typos: "trough"→"through", "aswell"→"as well", "runnning"→"running", "recommeded"→"recommended" - Remove JELOS from all supported firmware lists (discontinued project) - Add Bootstrap tabs to FAQ page with a new "Supported & Unsupported Firmwares" tab - JELOS listed as unsupported with note to migrate to ROCKNIX https://claude.ai/code/session_0193NVVCLGsYRyD4sZitY1Th
… (partial) - Merge uOS and UnofficialOS into a single entry (same firmware) - Mark uOS / UnofficialOS as partially supported - Add dArkOS as a fully supported firmware https://claude.ai/code/session_0193NVVCLGsYRyD4sZitY1Th
- Replace "no ports use Java" with the actual working ports: Minecraft, Unciv, Mindustry - Explain WestonPack as the recommended approach for Java ports (provides JDK + display backend) - Remove outdated JELOS reference from Java section https://claude.ai/code/session_0193NVVCLGsYRyD4sZitY1Th
Interactive shell script that prompts for all device fields (name, manufacturer, resolution, aspect ratio, firmwares, notes), auto-suggests aspect ratio from resolution, supports multi-select for firmwares, shows a preview before writing, and guards against duplicate entries. Writes directly to devices.json via Python. https://claude.ai/code/session_0193NVVCLGsYRyD4sZitY1Th
Add device management script and update firmware support documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds tooling for managing device entries and updates documentation to reflect current firmware support status, particularly removing references to the discontinued JELOS firmware.
Key Changes
New Features
Documentation Updates
Implementation Details